home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / bgui10a_update.lha / ReadMe
Encoding:
Text File  |  1994-10-26  |  1.8 KB  |  46 lines

  1.  This is the first bug-fix update of BGUI version 1.0.  Only the files which
  2. have changed from the version 1.0 distribution are included.  A small number
  3. of things has been added and a couple of bugs have been fixed which includes
  4. one major bug. Below you can see what has been done.
  5.  
  6. V37.25
  7. ======
  8.  
  9.    * BUG FIX: Most of the macros in the Amiga E support that called uppon
  10.      BGUI_DoGadgetMethodA() were broken. Major screwup from my side. Sorry...
  11.  
  12.    * Made the GA_Disabled tag settable with OM_SET/OM_UPDATE on groupclass
  13.      objects. When set on a groupclass object all members in the group will be
  14.      disabled/enabled. Suggested by Paul Weterings.
  15.  
  16.    * BUG FIX: The mxclass can now be controlled by the keyboard. Keyboard
  17.      control of this class is style guide compliant.
  18.  
  19.    * BUG FIX: Sometimes the key message handler of the windowclass could leave
  20.      a message pending which could result in repeated keys not functioning
  21.      anymore. Should be fixed now.
  22.  
  23.    * BUG FIX: Manually setting LISTV_Top with OM_SET or OM_UPDATE did not move
  24.      the scroller along with the list.
  25.  
  26.    * Increased the minimum height of a listview class object.
  27.  
  28.    * The initial public release lacked the presence of the clib/bgui_protos.h
  29.      file. Sorry about that.
  30.  
  31.    * BUG FIX: The MsgInfo in bgui_macros.[p]ma of the Amiga E support was
  32.      broken.
  33.  
  34.    * BUG FIX: For some strange reason the OS 2.04 propgclass seems to fiddle
  35.      with the font in the RastPort. This caused the adding of entries in a
  36.      listview object to give strange results when the system font and screen
  37.      font differed. Should be fixed now. Bug found by Michael Barsoom.
  38.  
  39.    * Added the PAGE_NoBufferRP and WINDOW_NoBufferRP attributes. This will
  40.      alow you to have rendering happen on-screen.
  41.  
  42.    * Release 1.0a. Public bug-fix update #1.
  43.  
  44. Enjoy,
  45.                                        Jan
  46.